JavaScript

A5.ControlBarhideDisclosure Method

Syntax

A5.ControlBar.hideDisclosure([animation])

Arguments

animationboolean

Whether or not to animate the hiding of the disclosure. The default value is true.

Description

Hide the currently shown disclosure.

Discussion

If animation is set to true then the disclosure will animate out with the reverse of the animation used to show it.

Example

// assume cbObj is a pointer to an instance of A5.ControlBar
cbObj.hideDisclosure();